home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
dev
/
misc
/
FlexCat_Demos.lha
/
FlexCat_Demos
/
Sources
/
HSPascal
/
HelloWorld.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1999-08-18
|
169 b
|
10 lines
Program HelloWorld;
uses
Exec , Init_Libs , HelloWorldLocale;
var
str : STRPTR;
begin
writeln( GetPasString( MSG_HELLO ) );
writeln( GetPasString( MSG_BYE ) );
end.